home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware in MacFormat / pats-virtual-office-22 / PatsUniverse2.2 / PatsUniverse2 / 00038_PatOrtman.ls < prev    next >
Encoding:
Text File  |  1994-11-22  |  139 b   |  9 lines

  1. on mouseUp
  2.   puppetSound("Single Click")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7.   go("file folder")
  8. end
  9.